home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / app-install-data.postinst < prev    next >
Text File  |  2009-10-12  |  202b  |  13 lines

  1. #!/bin/sh
  2. # postinst script for app-data-ubuntu
  3.  
  4. set -e
  5.  
  6.  
  7.  
  8. if [ "$1" = "configure" ] && [ -x /usr/sbin/update-app-install ]; then
  9.     # cache the application data
  10.     /usr/sbin/update-app-install || true
  11. fi
  12.  
  13.